home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / cbrg4045.ads < prev    next >
Text File  |  1995-04-19  |  4KB  |  157 lines

  1.                Amiga Distribution System - Long Description File
  2.                -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3.  
  4.  
  5.  Program Name : Cybergfx  - by -  Frank Mariak
  6.  
  7. -----------------------------------------------------------------------------
  8. File 1 - CBRG4045.LHA -  174659      ADOS Req'd
  9. File 2 -              -             [ ] All  [ ] WB1.x  [X] WB2.x  [ ] WB3.x
  10. File 3 -              -              ChipSet Req'd
  11. File 4 -              -             [X] Any  [ ] Orig   [ ] ECS    [ ] AGA
  12. -----------------------------------------------------------------------------
  13.  
  14.  Ram Req'd 
  15.  
  16.   [ ] 512k  [X] 1meg  [ ] 2meg  [ ] 3meg  [ ] ALOT!!! 
  17.  
  18.  Special Hardware 
  19.  
  20.   
  21.  
  22. -----------------------------------------------------------------------------
  23.                               Long Description
  24. -----------------------------------------------------------------------------
  25.  
  26. This is a description of all currently supported colormodels:
  27.  
  28. PIXFMT_LUT8
  29.  
  30.  This color model is the normal one. One Byte, one pixel. The value is used as
  31.  an index to a color lookup table.
  32.  
  33.  
  34. PIXFMT_RGB15
  35.  
  36.  In this mode all pixels consist of one word. But now this value is no index to
  37.  a clut anymore, it is the direct color value. Each value (red,green or blue)
  38.  is defined by 5 bits. This makes a sum of 15 bits, one bit in the word is
  39.  unused. 32768 color values are possible with this color scheme. This color
  40.  model is used by the Cybervision board for example.
  41.  
  42.  XRRRRRGG GGGBBBBB  (Each letter represents one bit in a 16bit word)
  43.  
  44.  
  45.  
  46. PIXFMT_BGR15
  47.  
  48.  This coding scheme is the same as PIXFMT_RGB15 but the red and blue values
  49.  are exchanged.
  50.  
  51.  XBBBBBGG GGGRRRRR
  52.  
  53.  
  54.  
  55. PIXFMT_RGB15PC
  56.  
  57.  Same as PIXFMT_RGB15 but low and high byte are swapped in the word.
  58.  
  59.  GGGBBBBB XRRRRRGG
  60.  
  61.  
  62.  
  63. PIXFMT_BGR15PC
  64.  
  65.  Same as PIXFMT_BGR15 but low and high byte are swapped just like in
  66.  PIXFMT_RGB15PC
  67.  
  68.  GGGRRRRR XBBBBBGG
  69.  
  70.  
  71.  
  72. PIXFMT_RGB16
  73.  
  74.  This format is similar to PIXFMT_RGB15 but now 6 bits are used for the green
  75.  value. This makes a total of 65535 colors. The coding scheme is as follows:
  76.  
  77.  RRRRRGGG GGGBBBBB
  78.  
  79.  
  80.  
  81. PIXFMT_BGR16
  82.  
  83.  Same as PIXFMT_RGB16 but the red and blue values are exchanged.
  84.  
  85.  BBBBBGGG GGGRRRRR
  86.  
  87.  
  88.  
  89. PIXFMT_RGB16PC
  90.  
  91.  This is the same like PIXFMT_RGB16 but the low and high byte are swapped.
  92.  
  93.  GGGBBBBB RRRRRGGG
  94.  
  95.  
  96.  
  97.  
  98. PIXFMT_RGB24
  99.  
  100.  This color model uses 3 bytes per pixel or 8 bits per color usually called
  101. true color mode. With this model you have 16777216 colors available. format.
  102. Each color component may have one of 256 levels:
  103.  
  104.  RRRRRRRR GGGGGGGG BBBBBBBB
  105.  
  106.  
  107.  
  108.  
  109. PIXFMT_BGR24
  110.  
  111.  Same as PIXFMT_RGB24 but with red and blue values swapped.
  112.  
  113.  BBBBBBBB GGGGGGGG RRRRRRRR
  114.  
  115.  
  116.  
  117.  
  118. PIXFMT_ARGB32
  119.  
  120.  This color model represents true color mode with alpha channel. The
  121.  Cybervision board introduces this model. 4 bytes per pixel (or one long word)
  122.  is used. This allows very fast access to the graphics data but needs very
  123.  much memory.
  124.  
  125.  AAAAAAAA RRRRRRRR GGGGGGGG BBBBBBBB
  126.  
  127.  
  128.  
  129.  
  130. PIXFMT_BGRA32
  131.  
  132.  Same as PIXFMT_ARGB32 but the bytes in a word are swapped AND the words in the
  133.  longword are swapped, too.
  134.  
  135.  BBBBBBBB GGGGGGGG RRRRRRRR AAAAAAAA
  136.  
  137.  
  138. =============================================================================
  139.  
  140.            ADS Zone: 1
  141.      ADS Hatch Site: Don Plesky
  142.        ADS Position: ADS Zone 1 Coordinator
  143.            BBS Name: EastPointe Amiga BBS
  144.     Phone Number(s): 810-773-6959
  145.     Network Address: 1:120/229  
  146.      Network Region: 11    
  147.           BBS Hours: 24 Hrs/Day
  148. BBS Mailer/Software: DLG Trapdoor/PDQmail
  149.   BBS Storage Space: 2 Gig 
  150.   File Requestable :  <X> Y     < > N
  151. File Request Hours : All The Time
  152.  
  153. =============================================================================
  154.                          ADS - Long Description Generator
  155.                          (c)Copyright 1995 by Paul Miller
  156.  
  157.